home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 March / EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso / earcd / util2 / ftype.lha / ftype.readme < prev    next >
Text File  |  1996-01-03  |  549b  |  16 lines

  1. Short:    V1.0, Neural network learns about files
  2. Uploader: dickrp@wckn.dorm.clarkson.edu (Robert Dick)
  3. Author:   dickrp@wckn.dorm.clarkson.edu (Robert Dick)
  4. Type:     util/misc
  5.  
  6. File type recognizer that you train.  If you want to be
  7. able to detect JPEG and C source files you find a few
  8. of them and do this:
  9.     ftype -t c <c source file A>
  10.     ftype -t c <c source file B>
  11.     ftype -t jpeg <JPEG file A>
  12.     ftype -t jpeg <JPEG file A>
  13.  
  14. The system will recognize these file types in the future.
  15. It is possible to associate actions with file types, as well.
  16.